GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-29T16:40:58.7394096+00:00",
"SubmitDate": "2026-05-29T16:40:58.7394096+00:00",
"ReportPeriodStart": "2026-05-29T16:40:58.7394096+00:00",
"ReportPeriodEnd": "2026-05-29T16:40:58.7394096+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "67774fae-f4b8-4623-88fe-af79cfde2ca1",
"Rows": [
{
"ItemId": "2eed4328-bc5f-459b-bffb-136effe68a27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2eed4328-bc5f-459b-bffb-136effe68a27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "67774fae-f4b8-4623-88fe-af79cfde2ca1",
"Rows": [
{
"ItemId": "2eed4328-bc5f-459b-bffb-136effe68a27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2eed4328-bc5f-459b-bffb-136effe68a27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c2aa0657-2cb2-4da8-820d-071c8976078c",
"16a345c8-a5ba-4007-8f14-3cc4608f10e1"
],
"Approvers": [
"fd92762a-d881-4382-a037-d1bd3c8e916a",
"26d37976-cbf6-4106-ad8c-3525e2cd6e42"
],
"ApprovedBy": "f802ce16-0bb1-4e34-880d-933c02ae3647",
"ApprovalDate": "2026-05-29T16:40:58.7394096+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4c893fc2-edd5-4664-8caf-b00e45480c23",
"id": "81b95717-4683-42c0-968f-7d4f8e646c77",
"ConfigId": "2c4a6510-63cc-414f-af7f-ca231285c886"
},
{
"GenerationDate": "2026-05-29T16:40:58.7394096+00:00",
"SubmitDate": "2026-05-29T16:40:58.7394096+00:00",
"ReportPeriodStart": "2026-05-29T16:40:58.7394096+00:00",
"ReportPeriodEnd": "2026-05-29T16:40:58.7394096+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "67774fae-f4b8-4623-88fe-af79cfde2ca1",
"Rows": [
{
"ItemId": "2eed4328-bc5f-459b-bffb-136effe68a27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2eed4328-bc5f-459b-bffb-136effe68a27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "67774fae-f4b8-4623-88fe-af79cfde2ca1",
"Rows": [
{
"ItemId": "2eed4328-bc5f-459b-bffb-136effe68a27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2eed4328-bc5f-459b-bffb-136effe68a27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c2aa0657-2cb2-4da8-820d-071c8976078c",
"16a345c8-a5ba-4007-8f14-3cc4608f10e1"
],
"Approvers": [
"fd92762a-d881-4382-a037-d1bd3c8e916a",
"26d37976-cbf6-4106-ad8c-3525e2cd6e42"
],
"ApprovedBy": "f802ce16-0bb1-4e34-880d-933c02ae3647",
"ApprovalDate": "2026-05-29T16:40:58.7394096+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4c893fc2-edd5-4664-8caf-b00e45480c23",
"id": "81b95717-4683-42c0-968f-7d4f8e646c77",
"ConfigId": "2c4a6510-63cc-414f-af7f-ca231285c886"
}
]